home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Techniques / Examples by Geoff Perlman / Classes / SecureEditField / Read Me next >
Encoding:
Text File  |  2001-01-30  |  475 b   |  5 lines

  1. SecureEditField Example
  2. By Geoff Perlman
  3. January 30th, 2001
  4.  
  5. REALbasic automatically supports cut, copy and paste for editfields. There may be times however when this automatic support is not desirable. You may want to prevent the user from being able to copy the contents of a particular editfield to the clipboard in certain circumstances. This example demonstrates an editfield-based class that prevents the user from copying the contents of an editfield to the clipboard.